emacs.git
15 years agoInitialize git-dpm
Rob Browning [Tue, 5 Apr 2011 03:46:41 +0000 (22:46 -0500)]
Initialize git-dpm

15 years agomention-maximized-in-emacs-manpage.diff
Rob Browning [Tue, 5 Apr 2011 03:46:40 +0000 (22:46 -0500)]
mention-maximized-in-emacs-manpage.diff
* The emacs manpage now mentions the "maximized" value for fullscreen.
  Patch: mention-maximized-in-emacs-manpage.diff
Provided-by: Sven Joachim <svenjoac@gmx.de>
  Date: Wed, 25 Aug 2010 17:54:33 +0200
Added-by: Rob Browning <rlb@defaultvalue.org>
  Status: incorporated upstream

  The Debian patch is taken from this upstream commit:

  revno: 100003
  committer: Chong Yidong <cyd@stupidchicken.com>
  branch nick: emacs-23
  timestamp: Thu 2010-08-26 11:14:55 -0400
  message:
    * emacs.1: Mention "maximized" value for the "fullscreen" X resource.

15 years agofix-epg-digest-algorithm-alist.diff
Rob Browning [Tue, 5 Apr 2011 03:46:39 +0000 (22:46 -0500)]
fix-epg-digest-algorithm-alist.diff
* The value for RIPEMD-160 in epg-digest-algorithm-alist has been fixed.
  Patch: fix-epg-digest-algorithm-alist.diff
Provided-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
  Date: Thu, 26 Aug 2010 14:09:01 UTC
Added-by: Rob Browning <rlb@defaultvalue.org>
  Status: incorporated upstream

  The Debian patch is taken from this upstream commit:

  revno: 102553
  committer: Daiki Ueno <ueno@unixuser.org>
  branch nick: trunk
  timestamp: Fri 2010-12-03 10:52:43 +0900
  message:
    Trivial fixes for epg.el.

    * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
    "RIPEMD160" (Bug#7490).  Reported by Daniel Kahn Gillmor.
    (epg-context-set-passphrase-callback): Mention that the callback
    is not called when used with GnuPG 2.x.

15 years agodo-not-initialize-terminal-twice.diff
Rob Browning [Tue, 5 Apr 2011 03:46:38 +0000 (22:46 -0500)]
do-not-initialize-terminal-twice.diff
* The terminal should no longer be initialized twice.
  Patch: do-not-initialize-terminal-twice.diff
Provided-by: Courtney Bane <debian-bugs-5265@cbane.org>
  Date: Thu, 07 Oct 2010 12:58:15 -0500
Added-by: Rob Browning <rlb@defaultvalue.org>
  Status: incorporated upstream

  The Debian patch is taken from this upstream commit:

  revno: 100029
  author: Anonymous <emacs-bugs-7626@cbane.org>
  committer: Stefan Monnier <monnier@iro.umontreal.ca>
  branch nick: emacs-23
  timestamp: Sat 2010-09-11 14:53:21 +0200
  message:
    * src/term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).

15 years agofix-fc-dual-font-width-calculation.diff
Rob Browning [Tue, 5 Apr 2011 03:46:37 +0000 (22:46 -0500)]
fix-fc-dual-font-width-calculation.diff
* The font width should now be computed correctly for dual-width fonts.
  Patch: fix-fc-dual-font-width-calculation.diff
Provided-by: Sven Joachim <svenjoac@gmx.de>
  Date: Mon, 12 Jul 2010 16:32:53 +0200
Added-by: Rob Browning <rlb@defaultvalue.org>
  Status: incorporated upstream

  The Debian patch is taken from this upstream commit:

  revno: 99907
  author: Naohiro Aota  <naota@elisp.net>
  committer: Chong Yidong <cyd@stupidchicken.com>
  branch nick: emacs-23
  timestamp: Wed 2010-06-30 10:22:18 -0400
  message:
    Check FC_DUAL too.  For such fonts, check width one by one (Bug#4129).
    * xftfont.c (xftfont_open): Check font width one by one also when
    spacing is dual.

    * ftfont.c (ftfont_open): Ditto.

15 years agofix-gnus-output-to-mail-with-live-rmail-buffers.diff
Rob Browning [Tue, 5 Apr 2011 03:46:36 +0000 (22:46 -0500)]
fix-gnus-output-to-mail-with-live-rmail-buffers.diff
* Fcc should work properly even if the buffer is being visited in rmail-mode.
  Patch: fix-gnus-output-to-mail-with-live-rmail-buffers.diff
Provided-by: Sven Joachim <svenjoac@gmx.de>
  Date: Tue, 21 Sep 2010 08:14:57 +0200
Added-by: Rob Browning <rlb@defaultvalue.org>
  Status: incorporated upstream

  The Debian patch is taken from this upstream commit:

  revno: 100052
  committer: Glenn Morris <rgm@gnu.org>
  branch nick: emacs-23
  timestamp: Mon 2010-09-20 20:11:34 -0700
  message:
    Fix message-mode bug with fcc to Rmail buffers.

    * lisp/gnus/message.el (message-output): Use gnus-output-to-rmail if a
    buffer is visiting the fcc file in rmail-mode.

15 years agouse-safe-alloca-lisp-in-let-eval-apply-apply_lambda.diff
Rob Browning [Tue, 5 Apr 2011 03:46:35 +0000 (22:46 -0500)]
use-safe-alloca-lisp-in-let-eval-apply-apply_lambda.diff
* An allocation problem has been fixed in let, eval, apply, and apply_lambda.
  Patch: use-safe-alloca-lisp-in-let-eval-apply-apply_lambda.diff
Provided-by: Sven Joachim <svenjoac@gmx.de>
  Date: Thu, 19 Aug 2010 21:24:11 +0200
Added-by: Rob Browning <rlb@defaultvalue.org>
  Status: incorporated upstream

  Previously, the content of the relevant items was invisible to the
  garbage collector.

  The Debian patch is taken from this upstream commit:

  revno: 99983
  committer: Andreas Schwab <schwab@linux-m68k.org>
  branch nick: emacs
  timestamp: Tue 2010-08-17 23:07:50 +0200
  message:
    * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
    instead of SAFE_ALLOCA.

15 years agoprevent-let-eval-apply-stack-overflow.diff
Rob Browning [Tue, 5 Apr 2011 03:46:34 +0000 (22:46 -0500)]
prevent-let-eval-apply-stack-overflow.diff
* A potential stack overflow should be fixed in let, eval, and apply.
  Patch: prevent-let-eval-apply-stack-overflow.diff
Provided-by: Sven Joachim <svenjoac@gmx.de>
  Date: Thu, 19 Aug 2010 21:24:11 +0200
Added-by: Rob Browning <rlb@defaultvalue.org>
  Status: incorporated upstream

  The Debian patch is taken from this upstream commit:

  revno: 99982
  committer: Chong Yidong <cyd@stupidchicken.com>
  branch nick: emacs-23
  timestamp: Tue 2010-08-17 12:34:28 -0400
  message:
    Avoid stack overflow in let, eval, and apply (Bug#6214).

    * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA (Bug#6214).

15 years agoprevent-string-stack-overflow.diff
Rob Browning [Tue, 5 Apr 2011 03:46:33 +0000 (22:46 -0500)]
prevent-string-stack-overflow.diff
* The string and unibyte-string functions should no longer overflow the stack.
  Patch: prevent-string-stack-overflow.diff
Provided-by: Carl Worth <cworth@debian.org>
  Date: Sat, 19 Jun 2010 11:12:06 -0700
Added-by: Rob Browning <rlb@defaultvalue.org>
  Status: incorporated upstream

  The Debian patch is taken from this upstream commit:

    revno: 99634.2.173
    committer: Chong Yidong <cyd@stupidchicken.com>
    branch nick: emacs-23
    timestamp: Tue 2010-05-18 14:01:10 -0400
    message:
      * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
      prevent stack overflow if number of arguments is too large
      (Bug#6214).

15 years agofix-gnu-kfreebsd-startup.diff
Rob Browning [Tue, 5 Apr 2011 03:46:32 +0000 (22:46 -0500)]
fix-gnu-kfreebsd-startup.diff
* Emacs should no longer hang on startup on Debian GNU/kFreeBSD.
  Patch: fix-gnu-kfreebsd-startup.diff
  Date: Thu Aug 12 04:21:09 UTC 2010
Added-by: Rob Browning <rlb@defaultvalue.org>
Provided-By: Petr Salinger <Petr.Salinger@seznam.cz>
  Bug: 559392
  Status: new

15 years agoadd-unix-to-cpp-undefs.diff
Rob Browning [Tue, 5 Apr 2011 03:46:31 +0000 (22:46 -0500)]
add-unix-to-cpp-undefs.diff
* ./configure should no longer define "unix" when building Emacs.
  Patch: add-unix-to-cpp-undefs.diff
  Date: Sun May  2 07:23:27 UTC 2010
Added-by: Rob Browning <rlb@defaultvalue.org>
  Status: incorporated upstream

  Before this fix, gcc would produce the following warning:

    gcc: unrecognized option '-2.0/'

  The Debian patch is taken from this upstream commit:

    revno: 99984
    committer: Miles Bader <miles@gnu.org>
    branch nick: trunk
    timestamp: Thu 2010-04-22 09:10:30 +0900
    message:
      get rid of "unix" pre-defined macro when preprocessing Makefile

15 years agofix-flymake-xmlstarlet-invocation.diff
Rob Browning [Tue, 5 Apr 2011 03:46:30 +0000 (22:46 -0500)]
fix-flymake-xmlstarlet-invocation.diff
* Emacs now invokes the correct xmlstarlet executable on Debian systems.
  Patch: fix-flymake-xmlstarlet-invocation.diff
Provided-by: Jussi Judin <jjudin+debian@iki.fi>
  Date: Sat, 20 Oct 2007 14:42:02 UTC
Added-by: Rob Browning <rlb@defaultvalue.org>
  Status: Debian specific
  Bug: 447378

  Emacs invokes xmlstarlet rather than xml, which is the correct
  executable name on Debian systems.

15 years agolook-for-news-to-find-etc.diff
Rob Browning [Tue, 5 Apr 2011 03:46:29 +0000 (22:46 -0500)]
look-for-news-to-find-etc.diff
* Emacs will now look for NEWS in order to find etc/ rather than GNU.
  Patch: look-for-news-to-find-etc.diff
Provided-by: Sven Joachim <svenjoac@gmx.de>
Originally-reported-by: Bernhard Michler <Boregard@gmx.net>
  Date: Mon, 28 Apr 2008 11:20:23 +0200
Added-by: Rob Browning <rlb@defaultvalue.org>
  Status: Debian specific

  Since Debian doesn't include GNU in the Debian packages (the common
  licenses are in /usr/share/common-licenses), Emacs will now look for
  NEWS to find the etc directory instead of GNU.

15 years agoversion-mention-debian.diff
Rob Browning [Tue, 5 Apr 2011 03:46:28 +0000 (22:46 -0500)]
version-mention-debian.diff
* The output of (version) has been modified to indicate Debian modifications.
  Patch: version-mention-debian.diff
  Author: Rob Browning <rlb@defaultvalue.org>
Added-by: Rob Browning <rlb@defaultvalue.org>
15 years agoavoid-fakemail-mail-loss.diff
Rob Browning [Tue, 5 Apr 2011 03:46:27 +0000 (22:46 -0500)]
avoid-fakemail-mail-loss.diff
* An attempt is made to avoid silently losing mail via fakemail.
  Patch: avoid-fakemail-mail-loss.diff
  Author: Rob Browning <rlb@defaultvalue.org>
Added-by: Rob Browning <rlb@defaultvalue.org>
  This fix attempts to avoid a situation where Emacs can silently lose
  mail.  This can occur if sendmail.el (at least) falls back to
  fakemail, and the underlying binary (MAIL_PROGRAM_NAME) that
  fakemail is configured to use doesn't exist.  Unless
  mail-interactive is true, Emacs won't wait for the mailer and so
  won't know that fakemail failed.

  For now, Debian sets fakemail's MAIL_PROGRAM_NAME to /usr/bin/mail
  (which is the correct value for Debian systems) rather than
  /bin/mail.  Debian also adjusts Emacs to test whether or not
  /usr/bin/mail exists and is executable.  If either of these tests
  fail, then mail-interactive is set to t.  That should ensure that a
  user will actually see an error if they attempt to use the broken
  fakemail.

  Note that Debian actually forces the MAIL_PROGRAM_NAME value to
  /usr/bin/mail.  The build will fail if any other value is specified.
  This is done to ensure that MAIL_PROGRAM_NAME isn't accidentally set
  to some other value during the build process.  If this is
  undesirable for some reason, just comment out
  avoid-fakemail-loss.diff in debian/patches/series.

15 years agorequire-movemail-use-liblockfile.diff
Rob Browning [Tue, 5 Apr 2011 03:46:26 +0000 (22:46 -0500)]
require-movemail-use-liblockfile.diff
* The build will fail if liblockfile isn't selected for movemail.
  Patch: require-movemail-use-liblockfile.diff
  Author: Rob Browning <rlb@defaultvalue.org>
Added-by: Rob Browning <rlb@defaultvalue.org>
  This makes sure the Debian Emacs won't accidentally be built with
  the wrong locking strategy.  To disable this check, comment out
  require-movemail-use-liblockfile.diff in debian/patches/series.

15 years agomisc-unseparated.diff
Rob Browning [Tue, 5 Apr 2011 03:46:25 +0000 (22:46 -0500)]
misc-unseparated.diff
* The following miscellaneous changes have been made.
  Patch: misc-unseparated.diff

  * Various documentation references have been adjusted for Debian.

    References to /usr/local/... have been changed to
    /usr/... as appropriate, etc.

15 years agohandle-dfsg-split.diff
Rob Browning [Tue, 5 Apr 2011 03:46:24 +0000 (22:46 -0500)]
handle-dfsg-split.diff
* Files apparently incompatible with the DFSG have been removed.

  A number of files have been removed from this package because their
  licenses are not compatible with the Debian Free Software Guidelines
  (DFSG), or because it wasn't completely clear that their licenses
  are compatible.

  In particular, all of the files which are covered under the GFDL and
  have invariant sections have been removed in accordance with this
  General Resolution: http://www.debian.org/vote/2006/vote_001.

  The files that have been removed, but still appear to be
  distributable, have been moved to packages in Debian's non-free
  section.

  Patch: handle-dfsg-split.diff
  Author: Rob Browning <rlb@defaultvalue.org>
Added-by: Rob Browning <rlb@defaultvalue.org>
  Status: new

15 years agodebian-startup.diff
Rob Browning [Tue, 5 Apr 2011 03:46:22 +0000 (22:46 -0500)]
debian-startup.diff
* Emacs runs debian-startup and sets debian-emacs-flavor.
  Patch: debian-startup.diff

  * Emacs runs debian-startup during the startup process unless
    site-run-file is false.

  * The global variable debian-emacs-flavor is bound to 'emacs23.
    Author: Rob Browning <rlb@defaultvalue.org>

15 years agodebian-site-init-el.diff
Rob Browning [Tue, 5 Apr 2011 03:46:21 +0000 (22:46 -0500)]
debian-site-init-el.diff
* Emacs will prefer /usr/share/info/emacs-23 over /usr/share/info.
  Patch: debian-site-init-el.diff

  The value of Info-default-directory-list has been augmented via
  site-init.el to include /usr/share/info/emacs-23 before
  /usr/share/info.

15 years agoMention the fullscreen "maximized" value in the emacs man page.
Rob Browning [Sat, 11 Dec 2010 18:13:16 +0000 (12:13 -0600)]
Mention the fullscreen "maximized" value in the emacs man page.

15 years agoFix the value for RIPEMD-160 in epg-digest-algorithm-alist.
Rob Browning [Sat, 11 Dec 2010 17:00:46 +0000 (11:00 -0600)]
Fix the value for RIPEMD-160 in epg-digest-algorithm-alist.

15 years agoDon't initialize the terminal twice.
Rob Browning [Sat, 11 Dec 2010 16:40:58 +0000 (10:40 -0600)]
Don't initialize the terminal twice.

15 years agoBuild-depend on "bsd-mailx | mailx" rather than just "mailx".
Rob Browning [Fri, 26 Nov 2010 18:35:42 +0000 (12:35 -0600)]
Build-depend on "bsd-mailx | mailx" rather than just "mailx".

15 years agoFix the computation of the width of dual-width fonts.
Rob Browning [Mon, 18 Oct 2010 04:19:02 +0000 (23:19 -0500)]
Fix the computation of the width of dual-width fonts.

15 years agoDon't adjust message-sendmail-f-is-evil default anymore; match upstream.
Rob Browning [Sat, 16 Oct 2010 16:59:16 +0000 (11:59 -0500)]
Don't adjust message-sendmail-f-is-evil default anymore; match upstream.

15 years agoPrevent mail destined for mail-archive-file-name from being lost.
Rob Browning [Sat, 16 Oct 2010 03:51:45 +0000 (22:51 -0500)]
Prevent mail destined for mail-archive-file-name from being lost.

15 years agoPrevent string and unibyte-string from overflowing the stack.
Rob Browning [Mon, 11 Oct 2010 01:56:54 +0000 (20:56 -0500)]
Prevent string and unibyte-string from overflowing the stack.

15 years agoDisable parallel builds until an upstream race is fixed.
Rob Browning [Sat, 14 Aug 2010 21:38:52 +0000 (16:38 -0500)]
Disable parallel builds until an upstream race is fixed.

15 years agoFix minor debian/changelog omissions.
Rob Browning [Sat, 14 Aug 2010 21:26:12 +0000 (16:26 -0500)]
Fix minor debian/changelog omissions.

15 years agoAdd ${misc:Depends} to debian/control for debhelper.
Rob Browning [Sat, 14 Aug 2010 16:58:14 +0000 (11:58 -0500)]
Add ${misc:Depends} to debian/control for debhelper.

15 years agoFix startup hang on GNU/kFreeBSD.
Rob Browning [Thu, 12 Aug 2010 05:16:07 +0000 (00:16 -0500)]
Fix startup hang on GNU/kFreeBSD.

15 years agoChange debhelper Build-Depends from (>= 4) to (>= 7.0.50~).
Rob Browning [Thu, 12 Aug 2010 03:49:46 +0000 (22:49 -0500)]
Change debhelper Build-Depends from (>= 4) to (>= 7.0.50~).

15 years agoChange quilt Build-Depends from (>= 0.42-1) to (>= 0.42).
Rob Browning [Thu, 12 Aug 2010 03:32:33 +0000 (22:32 -0500)]
Change quilt Build-Depends from (>= 0.42-1) to (>= 0.42).

15 years agoBreak Build-Depends line at 80 characters.
Rob Browning [Thu, 12 Aug 2010 03:25:04 +0000 (22:25 -0500)]
Break Build-Depends line at 80 characters.

15 years agoRemove redundant Section and Priority fields from debian/control.in.
Rob Browning [Wed, 11 Aug 2010 05:07:24 +0000 (00:07 -0500)]
Remove redundant Section and Priority fields from debian/control.in.

15 years agoAdd a Homepage field to debian/control.in.
Rob Browning [Wed, 11 Aug 2010 04:56:02 +0000 (23:56 -0500)]
Add a Homepage field to debian/control.in.

15 years agoReplace "/bin/sh -e" with "set -e" in common and bin-common postinsts.
Rob Browning [Wed, 11 Aug 2010 04:47:47 +0000 (23:47 -0500)]
Replace "/bin/sh -e" with "set -e" in common and bin-common postinsts.

15 years agoRemove deprecated Encoding field from emacsVER.desktop.
Rob Browning [Wed, 11 Aug 2010 04:42:57 +0000 (23:42 -0500)]
Remove deprecated Encoding field from emacsVER.desktop.

15 years agoUse -O1 rather than -O2 on ia64 to fix a build failure.
Rob Browning [Tue, 10 Aug 2010 05:39:55 +0000 (00:39 -0500)]
Use -O1 rather than -O2 on ia64 to fix a build failure.

Fix a build failure (looks like a broken byte compiler) with newer
versions of gcc (c.f. #207580). (closes: 582439)

15 years agoDon't try to "mkdir $(infodir)" in doc/*/Makefile.in.
Rob Browning [Tue, 10 Aug 2010 04:53:24 +0000 (23:53 -0500)]
Don't try to "mkdir $(infodir)" in doc/*/Makefile.in.

15 years agoRespect DESTDIR in doc/misc/Makefile.in.
Rob Browning [Sat, 15 May 2010 04:58:32 +0000 (21:58 -0700)]
Respect DESTDIR in doc/misc/Makefile.in.

15 years agoUpdate for emacs 23.2 release.
Rob Browning [Fri, 14 May 2010 02:42:33 +0000 (19:42 -0700)]
Update for emacs 23.2 release.

15 years agoMerge branch 'deb/emacs23/d/sid/upstream' into deb/emacs23/d/sid/master
Rob Browning [Sat, 8 May 2010 03:29:02 +0000 (22:29 -0500)]
Merge branch 'deb/emacs23/d/sid/upstream' into deb/emacs23/d/sid/master

15 years agoMerge commit 'EMACS_23_2' into deb/emacs23/d/sid/upstream
Rob Browning [Sat, 8 May 2010 03:28:33 +0000 (22:28 -0500)]
Merge commit 'EMACS_23_2' into deb/emacs23/d/sid/upstream

15 years agoImport emacs23_23.2+1.orig.tar.bz2.
Rob Browning [Sat, 8 May 2010 03:28:29 +0000 (22:28 -0500)]
Import emacs23_23.2+1.orig.tar.bz2.

15 years agoBump version to 23.2.
Chong Yidong [Sat, 8 May 2010 03:28:26 +0000 (23:28 -0400)]
Bump version to 23.2.

15 years agoFix ChangeLog typo.
Chong Yidong [Fri, 7 May 2010 22:51:37 +0000 (18:51 -0400)]
Fix ChangeLog typo.

15 years ago* building.texi (GDB Graphical Interface): Remove misleading comparison
Chong Yidong [Fri, 7 May 2010 14:51:09 +0000 (10:51 -0400)]
* building.texi (GDB Graphical Interface): Remove misleading comparison
to an IDE (Bug#6128).

15 years agoFix binary-only builds and conditionalize all packages in dh_auto_install.
Rob Browning [Fri, 7 May 2010 06:07:32 +0000 (23:07 -0700)]
Fix binary-only builds and conditionalize all packages in dh_auto_install.

15 years ago* makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis for macros for nmake...
Chong Yidong [Wed, 5 May 2010 19:54:04 +0000 (15:54 -0400)]
* makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis for macros for nmake compatibility.

15 years agoBump version to 23.1.97.
Chong Yidong [Tue, 4 May 2010 01:31:59 +0000 (21:31 -0400)]
Bump version to 23.1.97.

15 years agoFix typos (Bug#6094). From Štěpán Němec.
Chong Yidong [Mon, 3 May 2010 22:01:23 +0000 (18:01 -0400)]
Fix typos (Bug#6094).  From Å tÄ›pán NÄ›mec.

15 years agoAdd automake to Build-Depends. (closes: #580006)
Rob Browning [Mon, 3 May 2010 02:54:34 +0000 (19:54 -0700)]
Add automake to Build-Depends. (closes: #580006)

15 years agoVariable purecopying fix (Bug#6083).
Chong Yidong [Mon, 3 May 2010 01:55:01 +0000 (21:55 -0400)]
Variable purecopying fix (Bug#6083).

* international/mule.el (auto-coding-alist):  Only purecopy
car or each item, not the whole list (Bug#6083).

15 years agoAdd check for buggy version of GCC (Bug#6031).
Chong Yidong [Mon, 3 May 2010 01:42:50 +0000 (21:42 -0400)]
Add check for buggy version of GCC (Bug#6031).

* configure.in: Add check for buggy version of GCC (Bug#6031).
* configure: Regenerate
* etc/NEWS: Minor tweak to problem description.

15 years agoDon't define unix when building Emacs (add-unix-to-cpp-undefs.diff).
Rob Browning [Sun, 2 May 2010 17:57:18 +0000 (10:57 -0700)]
Don't define unix when building Emacs (add-unix-to-cpp-undefs.diff).

15 years agoMake paragraph vars local for js-mode (Bug#6071).
Chong Yidong [Sun, 2 May 2010 15:15:29 +0000 (11:15 -0400)]
Make paragraph vars local for js-mode (Bug#6071).

* progmodes/js.el (js-mode): Make paragraph variables local before
calling c-setup-paragraph-variables (Bug#6071).

15 years agoRemove automatically generated configure and src/config.in in clean.
Rob Browning [Sun, 2 May 2010 03:41:28 +0000 (20:41 -0700)]
Remove automatically generated configure and src/config.in in clean.

15 years agoUpdate info related dependencies according to Debian Policy (12.2).
Rob Browning [Sun, 2 May 2010 03:03:42 +0000 (20:03 -0700)]
Update info related dependencies according to Debian Policy (12.2).

  * Update emacsFLAVOR-common dpkg dependency to require "dpkg (>=
    1.15.4) | install-info" for proper info page handling (Debian
    Policy 12.2), and remove install-info dependency from packages
    without info files.

15 years agoChange debian/rules to use "dh $@" approach.
Rob Browning [Sun, 2 May 2010 02:45:51 +0000 (19:45 -0700)]
Change debian/rules to use "dh $@" approach.

15 years agoFix ctags manpage ".so" rewriting so that it actually works.
Rob Browning [Sun, 2 May 2010 02:09:56 +0000 (19:09 -0700)]
Fix ctags manpage ".so" rewriting so that it actually works.

15 years ago composite.el (compose-region, reference-point-alist): Fix typos in the doc
Eli Zaretskii [Sat, 1 May 2010 18:50:20 +0000 (21:50 +0300)]
 composite.el (compose-region, reference-point-alist): Fix typos in the doc
 strings.

15 years agoFix for Bug#5984.
Andreas Schwab [Fri, 30 Apr 2010 16:00:48 +0000 (12:00 -0400)]
Fix for Bug#5984.

* composite.c (autocmp_chars): Save point as marker before calling
auto-composition-function.

* lisp.h (restore_point_unwind): Add prototype.

* fileio.c (restore_point_unwind): Remove static attribute.

15 years agoUse the proper form for gnuplot's set command
Alexander Klimov [Thu, 29 Apr 2010 02:38:12 +0000 (21:38 -0500)]
Use the proper form for gnuplot's set command

15 years ago* PROBLEMS: Document gcc-4.5 bug (Bug#6031).
Chong Yidong [Tue, 27 Apr 2010 15:36:16 +0000 (11:36 -0400)]
* PROBLEMS: Document gcc-4.5 bug (Bug#6031).

15 years ago* abbrev.el: Fix typos.
Juanma Barranquero [Mon, 26 Apr 2010 09:55:29 +0000 (11:55 +0200)]
* abbrev.el: Fix typos.

15 years agoRemove --- and +++ lines from NEWS file.
Chong Yidong [Sun, 25 Apr 2010 22:09:52 +0000 (18:09 -0400)]
Remove --- and +++ lines from NEWS file.

15 years ago* keymaps.texi (Menu Bar): Document :advertised-binding property.
Chong Yidong [Sun, 25 Apr 2010 21:50:34 +0000 (17:50 -0400)]
* keymaps.texi (Menu Bar): Document :advertised-binding property.

15 years agoDocument Emacs 23.2 changes.
Chong Yidong [Sun, 25 Apr 2010 21:21:51 +0000 (17:21 -0400)]
Document Emacs 23.2 changes.

* functions.texi (Obsolete Functions): Document
set-advertised-calling-convention.

* minibuf.texi (Basic Completion): Document completion-in-region.
(Programmed Completion): Document completion-annotate-function.

* commands.texi (Reading One Event): Document read-key.
(Distinguish Interactive): Document KIND arg to
called-interactively-p.  Delete obsolete interactive-p.

* elisp.texi (Top): Update node description.

* misc.texi (Printing): Document htmlfontify-buffer.

15 years agoFix the entry about eshell's su and sudo commands. bug#6021
Michael Albinus [Sun, 25 Apr 2010 06:34:03 +0000 (08:34 +0200)]
Fix the entry about eshell's su and sudo commands.  bug#6021

15 years ago* composite.el (find-composition): Doc fix.
Andreas Schwab [Sat, 24 Apr 2010 16:35:43 +0000 (18:35 +0200)]
* composite.el (find-composition): Doc fix.

15 years ago* progmodes/sql.el: Fix typos.
Juanma Barranquero [Sat, 24 Apr 2010 02:59:23 +0000 (04:59 +0200)]
* progmodes/sql.el: Fix typos.

15 years ago* info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
Juri Linkov [Fri, 23 Apr 2010 16:46:03 +0000 (19:46 +0300)]
* info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
property instead of `invisible' and `after-string' (bug#5998).

15 years agoFix typo in docstring.
Juri Linkov [Fri, 23 Apr 2010 16:35:57 +0000 (19:35 +0300)]
Fix typo in docstring.

15 years agoUse new features of libotf and m17n-lib if available.
Kenichi Handa [Fri, 23 Apr 2010 12:30:36 +0000 (21:30 +0900)]
Use new features of libotf and m17n-lib if available.

15 years agoUse new features of libotf and m17n-lib if available.
Kenichi Handa [Fri, 23 Apr 2010 12:29:11 +0000 (21:29 +0900)]
Use new features of libotf and m17n-lib if available.

15 years agoHELLO: Adjust Burmese for Unicode 5.2 encoding.
Kenichi Handa [Fri, 23 Apr 2010 02:17:55 +0000 (11:17 +0900)]
HELLO: Adjust Burmese for Unicode 5.2 encoding.

15 years agomerge trunk
Kenichi Handa [Fri, 23 Apr 2010 02:17:09 +0000 (11:17 +0900)]
merge trunk

15 years agoHELLO: Adjust Burmese for Unicode 5.2 encoding.
Kenichi Handa [Fri, 23 Apr 2010 02:14:40 +0000 (11:14 +0900)]
HELLO: Adjust Burmese for Unicode 5.2 encoding.

15 years ago* filecache.el: Fix typos in docstrings.
Juanma Barranquero [Fri, 23 Apr 2010 00:15:47 +0000 (02:15 +0200)]
* filecache.el: Fix typos in docstrings.

15 years agoSynch with Gnus trunk:
Katsumi Yamaoka [Thu, 22 Apr 2010 23:43:10 +0000 (23:43 +0000)]
Synch with Gnus trunk:

;; I've committed this change to only the trunk by mistake, sorry,
;; but it should have been also in the branch.

(message-generate-headers): Record insertion of optional headers as well.
Otherwise the check to prevent repeated insertion of optional headers
is a no-op.  By Andreas Seltenreich <seltenreich@gmx.de>.

15 years agoSynch with Gnus trunk:
Katsumi Yamaoka [Thu, 22 Apr 2010 23:41:53 +0000 (23:41 +0000)]
Synch with Gnus trunk:
;; I've committed this change to only the trunk by mistake, sorry,
;; but it should have been also in the branch.)
(message-generate-headers): Record insertion of optional headers as well.
Otherwise the check to prevent repeated insertion of optional headers
is a no-op.  By Andreas Seltenreich <seltenreich@gmx.de>.

15 years agoMerge from mainline.
Katsumi Yamaoka [Thu, 22 Apr 2010 07:53:53 +0000 (07:53 +0000)]
Merge from mainline.

15 years agolanguage/indian.el (gujarati-composable-pattern): Fix typo.
Kenichi Handa [Thu, 22 Apr 2010 05:01:21 +0000 (14:01 +0900)]
language/indian.el (gujarati-composable-pattern): Fix typo.

15 years agolanguage/indian.el (gujarati-composable-pattern): Fix typo.
Kenichi Handa [Thu, 22 Apr 2010 04:59:50 +0000 (13:59 +0900)]
language/indian.el (gujarati-composable-pattern): Fix typo.

15 years agolanguage/indian.el (gurmukhi-composable-pattern): Fix typo.
Kenichi Handa [Thu, 22 Apr 2010 04:08:10 +0000 (13:08 +0900)]
language/indian.el (gurmukhi-composable-pattern): Fix typo.

15 years agomerge trunk
Kenichi Handa [Thu, 22 Apr 2010 04:07:11 +0000 (13:07 +0900)]
merge trunk

15 years agolanguage/indian.el (gurmukhi-composable-pattern): Fix typo.
Kenichi Handa [Thu, 22 Apr 2010 04:05:26 +0000 (13:05 +0900)]
language/indian.el (gurmukhi-composable-pattern): Fix typo.

15 years agoMerge from mainline.
Katsumi Yamaoka [Wed, 21 Apr 2010 22:57:48 +0000 (22:57 +0000)]
Merge from mainline.

15 years agoMinor doc fix.
Glenn Morris [Wed, 21 Apr 2010 02:49:00 +0000 (19:49 -0700)]
Minor doc fix.

* calendar.texi (Displaying the Diary, Format of Diary File):
Fix external cross-references for TeX format output.

15 years agolanguage/indian.el (oriya-composable-pattern, tamil-composable-pattern, malayalam...
Kenichi Handa [Wed, 21 Apr 2010 00:49:59 +0000 (09:49 +0900)]
language/indian.el (oriya-composable-pattern, tamil-composable-pattern, malayalam-composable-pattern): Add two-part vowels to "v" (vowel sign).

15 years agomerge trunk
Kenichi Handa [Wed, 21 Apr 2010 00:49:01 +0000 (09:49 +0900)]
merge trunk

15 years agoMerge from mainline.
Katsumi Yamaoka [Tue, 20 Apr 2010 22:41:29 +0000 (22:41 +0000)]
Merge from mainline.

15 years ago* files.el (copy-directory): Handle symlinks (Bug#5982).
Chong Yidong [Tue, 20 Apr 2010 22:28:26 +0000 (18:28 -0400)]
* files.el (copy-directory): Handle symlinks (Bug#5982).

15 years agoRevert 2009-10-12 change to compilation-next-error-function (Bug#5983).
Chong Yidong [Tue, 20 Apr 2010 16:04:05 +0000 (12:04 -0400)]
Revert 2009-10-12 change to compilation-next-error-function (Bug#5983).

* progmodes/compile.el (compilation-next-error-function): Revert
2009-10-12 change (Bug#5983).

15 years agoFix hg envvar handling (Bug#5846).
Chong Yidong [Tue, 20 Apr 2010 15:57:54 +0000 (11:57 -0400)]
Fix hg envvar handling (Bug#5846).

* vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
(vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
(Bug#5846).

15 years agolanguage/indian.el (oriya-composable-pattern, tamil-composable-pattern, malayalam...
Kenichi Handa [Tue, 20 Apr 2010 13:25:42 +0000 (22:25 +0900)]
language/indian.el (oriya-composable-pattern, tamil-composable-pattern, malayalam-composable-pattern): Add two-part vowels to "v" (vowel sign).

15 years ago* emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
Glenn Morris [Tue, 20 Apr 2010 07:54:28 +0000 (00:54 -0700)]
* emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.

15 years ago* minibuffer.el (completion-at-point): Doc fix.
Glenn Morris [Tue, 20 Apr 2010 07:37:20 +0000 (00:37 -0700)]
* minibuffer.el (completion-at-point): Doc fix.